home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / apath.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.2 KB  |  89 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Automatic Path Analyzer
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Julie Trost
  7. --                   : Intermetrics Inc.
  8. --                   : 5392 Bolsa Avenue, Huntington Beach, CA 92649
  9. --                   : (714) 891-4631
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Intermetrics Inc.
  14. -- DATE CREATED      : 13 Jan 85
  15. -- DATE RELEASED     : 13 Jul 85
  16. -- DATE LAST UPDATED : 13 Jul 85
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : METRICS
  21. -- CATEGORY LEVEL 2  : Automatic Path Analyzer
  22. -- CATEGORY LEVEL 3  : 
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Path
  26. -- INDEX             : Path Analysis
  27. -- INDEX             : Breakpoints
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : WIS_TOOL_19_2
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.METRICS>APATH*.*
  33. -- FILE SPECS        : PD:<ADA.METRICS>SINS*.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.METRICS>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   APATH.CMM              1355          41
  39. --   APATH.DOC              1885          37
  40. --   APATH.PRO              4208          87
  41. --   APATHRD.ME              268           4
  42. --   SINST.ABS              2027          44
  43. --   SINST.CMM              1345          41
  44. --   SINST.INS              1806          81
  45. --   SINST.ME                268           4
  46. --   SINST.PRO              3596          77
  47. --   SINSTRTM.SRC         195456        6118
  48. --   SINSTTDOC.DIS           214           6
  49. --   SINSTTOOL.DOC        251056        9403
  50. --   SINSTTOOL.SRC       1194799       32067
  51. --   ===============  ==========  ==========
  52. --    13 Files           1658283       48010
  53. --= ABSTRACT             ===============================================--
  54. --         This  tool  consists of four modules.  The Source Instrumenter
  55. -- inserts breakpoints (software probes)  into  Ada  source  programs  to
  56. -- transfer  control  to execution monitor.  The Execution Monitor traces
  57. -- paths executed and records information on execution frequency of  each
  58. -- Ada  program  unit,  code  block  and  statement.  The Control Program
  59. -- controls execution of the Ada program, allows  users  to  execute  Ada
  60. -- programs  repetitively,  and permits user input.  The Report Generator
  61. -- provides comprehensive analysis of  data  collected  from  probes  and
  62. -- outputs  this information for each set of test parameters on frequency
  63. -- of path execution for each Ada program and each program unit.
  64. --= REVISION HISTORY     ===============================================--
  65. --
  66. -- DATE         VERSION AUTHOR                  HISTORY 
  67. --07/13/85      1.0     Julie Trost             Initial Release 
  68. --= RELEASE NOTICE       ===============================================--
  69. -- This prologue must be included in all copies of this software.
  70. -- 
  71. -- This software is copyright by the author.
  72. -- 
  73. -- This software is released to the Ada community.
  74. -- This software is released to the Public Domain (note:
  75. --   software released to the Public Domain is not subject
  76. --   to copyright protection).
  77. -- Restrictions on use or distribution:  NONE
  78. --= DISCLAIMER           ===============================================--
  79. --     This software and its documentation are provided "AS IS" and
  80. -- without any expressed or implied warranties whatsoever.  No warranties
  81. -- as to performance, merchantability, or fitness for a particular
  82. -- purpose exist.
  83. --     The user is advised to test the software thoroughly before
  84. -- relying on it.  The user must assume the entire risk and liability of
  85. -- using this software.  In no event shall any person or organization of
  86. -- people be held responsible for any direct, indirect, consequential or
  87. -- inconsequential damages or lost profits.
  88. --======================================================================--
  89.